Advanced Scripts :
POPUP WINDOWS








If you want a link to open a document in a new regular window you should not use javascript to do so.
Instead you should simply add the property target="_blank"
in the <a href> tag:

<a href="http://www.yahoo.com" target="_blank">Go to Yahoo</a>

This technique is explained in the HTML section.

With javascript it is possible to open and close a new window in a much more powerful way.

With javascript you can position and define the size of the pop up windows - so they don't just pop up with a random size at a random position, like they do if you open a new window in plain HTML.

You will also learn to open windows where you decide which navigation buttons etc. that should be available to the user (if any).

Proceed to get all the details!

 << BACK TO MENU
READ MORE >>  
















DEVELOPER TIP!





     "Better Than Books - As Easy As It Gets!"